home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
quick
/
about.frm
next >
Wrap
Text File
|
1995-05-08
|
2KB
|
77 lines
VERSION 2.00
Begin Form About1
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Double
Caption = "About"
ClientHeight = 3345
ClientLeft = 1095
ClientTop = 1455
ClientWidth = 3780
ClipControls = 0 'False
ControlBox = 0 'False
Height = 3750
Icon = ABOUT.FRX:0000
Left = 1035
LinkTopic = "About"
ScaleHeight = 3345
ScaleWidth = 3780
Top = 1110
Width = 3900
Begin Frame Frame1
Height = 2535
Left = 120
TabIndex = 2
Top = 120
Width = 3495
Begin Label Label3
Height = 1455
Left = 120
TabIndex = 4
Top = 960
Width = 3255
End
Begin Label Label2
Caption = "⌐ 1993 A.B. Collver III"
Height = 255
Left = 960
TabIndex = 3
Top = 720
Width = 2055
End
Begin Image Image1
Height = 480
Left = 120
Picture = ABOUT.FRX:0302
Top = 240
Width = 480
End
Begin Label Label1
Alignment = 2 'Center
Caption = "Quick Exit "
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 22.5
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 495
Left = 720
TabIndex = 1
Top = 240
Width = 2655
End
End
Begin CommandButton Command1
Caption = "&Ok"
Height = 495
Left = 1200
TabIndex = 0
Top = 2760
Width = 1455
End
End
Sub Command1_Click ()
Unload about1
End Sub